home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Objects / Menu Properties < prev    next >
Encoding:
Text File  |  1996-01-24  |  179 b   |  8 lines

  1. tell application "FileMaker Pro"
  2.     class of menu "File"
  3.     best type of menu "Mode"
  4.     default type of menu "Script"
  5.     name of menu 2
  6.     ID of menu "File"
  7.     enabled of menu "Font"
  8. end tell